What if the main method is declared as private?
2046
26-Mar-2014
Sumit Kesarwani
26-Mar-2014When a method is declared as private, the program compiles properly but it will give runtime error Main method not public